WebRemoveSessionVariable

Note: This statement is only used in load test scripts. See Load Testing for more information.

Stops updating a form variable set by a WebAddSessionVariable statement for all web requests.

Syntax

WebRemoveSessionVariable("FormVariable")

Arguments

Argument Description
FormVariable Variable to stop updating.

Example

WebRemoveSessionVariable("sessionid")